home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / quicktime / quicktime vr / vrmakeobject / application files / comresource.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-23  |  2.1 KB  |  56 lines

  1. //{{NO_DEPENDENCIES}}
  2. //
  3. //    File:        ComResource.h
  4. //
  5. //    Contains:    Application-specific resource definitions for VRMakePano application.
  6. //                This file is used for ***BOTH*** MacOS and Windows.
  7. //
  8. //    Written by:    Tim Monroe
  9. //
  10. //    Copyright:    © 1997 by Apple Computer, Inc., all rights reserved.
  11. //
  12. //
  13. #define IDS_APPNAME                     1
  14. #define IDS_DESCRIPTION                 2
  15. #define WINDOWMENU                      3
  16. #define IDS_FILTERSTRING                3
  17. #define IDS_SAVEDIALOG                  2000
  18. #define IDI_APPICON                     101
  19. #define IDI_CHILDICON                   102
  20. #define IDD_ABOUT                       103
  21. #define IDS_FILEMENU                    1000
  22. #define IDM_FILENEW                        1001
  23. #define IDM_FILEOPEN                    1002
  24. #define IDM_FILECLOSE                   1005
  25. #define IDM_FILESAVE                     1007
  26. #define IDM_FILESAVEAS                     1008
  27. #define IDM_EXIT                        1009
  28. #define IDS_EDITMENU                    1100
  29. #define IDM_EDITUNDO                    1101
  30. #define IDM_EDITCUT                     1102
  31. #define IDM_EDITCOPY                    1103
  32. #define IDM_EDITPASTE                   1104
  33. #define IDM_EDITCLEAR                   1105
  34. #define IDM_EDITSELECTALL               1106
  35.  
  36. // application-specific menu items;
  37. // these must coordinate with the Macintosh menu ID/menu item combo
  38. // for menus
  39. #define kTestMenu                        131
  40.  
  41. #define IDS_TESTMENU                      33536    //((kTestMenu<<8))
  42. #define IDM_MAKE_OBJECT_MOVIE           33537    //((kTestMenu<<8)+(1))
  43. #define IDM_CREATE_VERSION_1x0          33539    //((kTestMenu<<8)+(3))
  44. #define IDM_CREATE_VERSION_2x0          33540    //((kTestMenu<<8)+(3))
  45.  
  46. #define IDS_WINDOWMENU                  1300
  47. #define IDM_WINDOWTILE                  1301
  48. #define IDM_WINDOWCASCADE               1302
  49. #define IDM_WINDOWCLOSEALL              1303
  50. #define IDM_WINDOWICONS                 1304
  51. #define IDM_WINDOWCHILD                 1310
  52. #define IDS_HELPMENU                    1400
  53. #define IDM_ABOUT                       1401
  54. #define IDC_STATIC                      -1
  55.  
  56.